home *** CD-ROM | disk | FTP | other *** search
/ The Supreme Court / The Supreme Court.iso / pc / macutils / misc / bin / _readme
Text File  |  1992-08-29  |  2KB  |  40 lines

  1. Everything in this archive is in the public domain. You may do anything you
  2. want with them.
  3.  
  4. This folder contains misc MPW tools for converting to and from various formats.
  5. I've collected these tools from Usenet over the years. Some of them I converted
  6. to MPW tools, others were MPW tools already, but needed a little work to compile
  7. with MPW C 3.2. The makefile is for building with MPW 3.2; you'll have to change
  8. the libs= line to build with MPW 3.1.
  9.  
  10. The tools are:
  11.  
  12. atob, btoa
  13.         converts to and from btoa format used on Unix
  14. join    a tool to join multi-part postings; this used to be a shell script
  15.         and is now much faster. Also handles btoa'ed and uuencoded files
  16.         from various mail servers.
  17. mcompress
  18.         from Gail Zacharias: reads and generates Unix compress files;
  19.         I added a -u option for doing CR<->LF conversions (useful for
  20.         decoding compressed shar files). (The -d option decompresses;
  21.         a useful alias is: Alias uncompress 'mcompress -d'.)
  22. mtar, muntar
  23.         from Gail Zacharias: reads and generates Unix tar format files.
  24. unshar    decodes Unix shar files. Original code by Amanda Walker. This can
  25.         be built as a standalone appl by Think C or as an MPW tool. Both
  26.         the Think C project file and MPW make file is provided.
  27. xbin    converts binhexed files used on comp.binaries.mac
  28.  
  29. All the tools read standard input and can be used in combination. For example,
  30.  
  31.     join parts.[1-5] | atob | mcompress -d -u | unshar
  32.  
  33. Sak Wathanasin
  34. Network Analysis Limited
  35.  
  36. uucp:    ...!ukc!nan!sw
  37. other:    sw@network-analysis-ltd.co.uk
  38. phone:  (+44) 203 419996
  39. snail:  178 Wainbody Ave South, Coventry CV3 6BX, UK
  40.